From 23d01fc3768e72e82a40cbe781409856d63d4f5c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 12 Aug 2015 14:56:02 +0100 Subject: [PATCH] tools: libxl: fixup long line introduced by previous semantic patch Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- tools/libxl/libxl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c index 865e162ed9..4f2eb24183 100644 --- a/tools/libxl/libxl.c +++ b/tools/libxl/libxl.c @@ -4866,8 +4866,8 @@ static int libxl__get_memory_target(libxl__gc *gc, uint32_t domid, goto out; } else if (!static_max) { LIBXL__LOG_ERRNO(CTX, LIBXL__LOG_ERROR, - "cannot get target memory info from %s/memory/static-max", - dompath); + "cannot get target memory info from %s/memory/static-max", + dompath); goto out; } else { target_memkb = strtoul(target, &endptr, 10); -- 2.30.2